com.sabro.jbusiness.sys
Enum SysTarefa.TipoTarefaEscopo

java.lang.Object
  extended by java.lang.Enum<SysTarefa.TipoTarefaEscopo>
      extended by com.sabro.jbusiness.sys.SysTarefa.TipoTarefaEscopo
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SysTarefa.TipoTarefaEscopo>
Enclosing class:
SysTarefa

public static enum SysTarefa.TipoTarefaEscopo
extends java.lang.Enum<SysTarefa.TipoTarefaEscopo>

Tipos de tarefa definidas


Enum Constant Summary
Cadastro
           
Campo
           
Consulta
           
Fase
           
Main
           
Objeto
           
TipoDado
           
 
Method Summary
 char getTipoChar()
           
static SysTarefa.TipoTarefaEscopo getTipoTarefaEscopo(char tipoChar)
           
static SysTarefa.TipoTarefaEscopo valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefa.TipoTarefaEscopo[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Main

public static final SysTarefa.TipoTarefaEscopo Main

Cadastro

public static final SysTarefa.TipoTarefaEscopo Cadastro

Consulta

public static final SysTarefa.TipoTarefaEscopo Consulta

Objeto

public static final SysTarefa.TipoTarefaEscopo Objeto

Campo

public static final SysTarefa.TipoTarefaEscopo Campo

TipoDado

public static final SysTarefa.TipoTarefaEscopo TipoDado

Fase

public static final SysTarefa.TipoTarefaEscopo Fase
Method Detail

values

public static SysTarefa.TipoTarefaEscopo[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SysTarefa.TipoTarefaEscopo c : SysTarefa.TipoTarefaEscopo.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SysTarefa.TipoTarefaEscopo valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTipoChar

public char getTipoChar()

getTipoTarefaEscopo

public static SysTarefa.TipoTarefaEscopo getTipoTarefaEscopo(char tipoChar)